github.com/andybalholm/brotli.Reader.context_map_table (field)

3 uses

	github.com/andybalholm/brotli (current package)
		decode.go#L1001: 			result = readHuffmanCode(alphabet_size, alphabet_size, s.context_map_table[:], nil, s)
		decode.go#L1020: 					if !safeReadSymbol(s.context_map_table[:], br, &code) {
		state.go#L156: 	context_map_table           [huffmanMaxSize272]huffmanCode